func os.modeAt

2 uses

	os (current package)
		root_openat.go#L146: 			mode, e := modeAt(parent, name)
		root_unix.go#L259: func modeAt(parent int, name string) (FileMode, error) {